body {
  background: linear-gradient(#730e92, #810923);
}

h3{
    text-align: center;
    color: #a93edb;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

label{
    text-align: center;
    color: #879aee;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

button{
  padding: 10px 20px;
  background-color: #5c11be;
  color: #660016;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}